From: Keir Fraser Date: Thu, 28 Aug 2008 10:31:16 +0000 (+0100) Subject: Update Xen version for 3.4-unstable development phase X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14113^2~14 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=389f4409984d127fbd918d796f12683363136f4e;p=xen.git Update Xen version for 3.4-unstable development phase --- diff --git a/xen/Makefile b/xen/Makefile index 0cce001dc5..645897c3b3 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -1,8 +1,8 @@ # This is the correct place to edit the build version. # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 3 -export XEN_SUBVERSION = 3 -export XEN_EXTRAVERSION ?= .0-rc8-pre$(XEN_VENDORVERSION) +export XEN_SUBVERSION = 4 +export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version